ImageGear v26.0 - Updated
ImGearColorProfile Constructor(Byte[])




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorProfile Class > ImGearColorProfile Constructor : ImGearColorProfile Constructor(Byte[])
Profile data to read.
Initializes a new instance of the ImGearColorProfile class.
Syntax
'Declaration
 
Public Function New( _
   ByVal profileStore() As Byte _
)
'Usage
 
Dim profileStore() As Byte
 
Dim instance As New ImGearColorProfile(profileStore)
public ImGearColorProfile( 
   byte[] profileStore
)
public: ImGearColorProfile( 
   byte[]* profileStore
)
public:
ImGearColorProfile( 
   array<byte>^ profileStore
)

Parameters

profileStore
Profile data to read.
Remarks
This constructor reads profile data from a byte array. Profile data must be in standard ICC color profile format.
See Also

Reference

ImGearColorProfile Class
ImGearColorProfile Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.